#!/bin/sh

#  Script.sh
#  NoteTakerReader
#
#  Created by Gabriel Rymberg on 8/2/11.
#  Copyright 2011 CTCO. All rights reserved.

su $USER -c "/bin/launchctl load /Library/LaunchAgents/com.pegatech.NoteTakerService.plist"
echo `date +"%Y/%m/%d %H:%M:%S "` >> /tmp/NoteTakerService.log
exit 0
